RequestFields Constructor(string,Dictionary<string,string>,string[])

Summary
Initializes a new instance of the RequestFields class.
Syntax
C#
VB
C++
public RequestFields( 
   string Uri, 
   Dictionary<string, string> args, 
   string[] clientAcceptTypes 
) 
  
Public Function New( _ 
   ByVal Uri As String, _ 
   ByVal args As Dictionary(Of String,String), _ 
   ByVal clientAcceptTypes() As String _ 
) 
public: 
RequestFields(  
   String^ Uri, 
   Dictionary<String^,String^>^ args, 
   array<String^>^ clientAcceptTypes 
) 

Parameters

Uri
The Uri of the host server.

args
The client request JPIP arguments.

clientAcceptTypes
The client accepted return types.

Example

For an example, refer to Leadtools.Jpip.RequestEncoder.HttpRequestEncoder.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.